text/tabwriter.Writer.pos (field)
5 uses
text/tabwriter (current package)
tabwriter.go#L101: pos int // buffer position up to which cell.width of incomplete cell has been computed
tabwriter.go#L138: b.pos = 0
tabwriter.go#L417: b.cell.width += utf8.RuneCount(b.buf[b.pos:])
tabwriter.go#L418: b.pos = len(b.buf)
tabwriter.go#L456: b.pos = len(b.buf)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)